home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / WD_SRC.ZIP / SYSTEM / SYSTEM.HPP < prev    next >
C/C++ Source or Header  |  1994-12-27  |  465b  |  22 lines

  1. // System.H     The file included by everything in the System directory.  This mainly includes
  2. //              system-dependant files.
  3.  
  4. #include <Dos.h>
  5. #include <Conio.h>
  6. #include <Fcntl.h>
  7. #include <io.h>
  8. #include <CType.h>
  9.  
  10. #ifdef DOS
  11. #include <i86.h>
  12. #include <dos.h>
  13. #endif
  14.  
  15.  
  16. #include "..\System\DynArray.hpp"
  17. #include "..\System\Screen.hpp"
  18. #include "..\System\File_Io.hpp" 
  19. #include "..\System\Mouse.hpp"
  20. #include "..\System\Timer.hpp"
  21.  
  22.